export type Output = {
    by_station: {
        [key: string]: number;
    };
};
//# sourceMappingURL=Output.d.ts.map